projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
605fa03
)
GtkThemingEngine: Fix compile warning.
author
Carlos Garnacho
<carlosg@gnome.org>
Wed, 3 Nov 2010 20:12:57 +0000
(21:12 +0100)
committer
Carlos Garnacho
<carlosg@gnome.org>
Sat, 4 Dec 2010 14:38:38 +0000
(15:38 +0100)
gtk/gtkthemingengine.c
patch
|
blob
|
history
diff --git
a/gtk/gtkthemingengine.c
b/gtk/gtkthemingengine.c
index 474bd0da069ee810fe827e4ba57b39044198fc2a..bd299f32024dc31fc2188ae8f6af0384c3243e40 100644
(file)
--- a/
gtk/gtkthemingengine.c
+++ b/
gtk/gtkthemingengine.c
@@
-755,7
+755,7
@@
gtk_theming_module_load (GTypeModule *type_module)
theming_module->module = module;
- theming_module->init (
theming_module
);
+ theming_module->init (
G_TYPE_MODULE (theming_module)
);
return TRUE;
}